com.sabro.jbusiness.gui
Enum FormObjetos.Tipo
java.lang.Object
java.lang.Enum<FormObjetos.Tipo>
com.sabro.jbusiness.gui.FormObjetos.Tipo
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<FormObjetos.Tipo>
- Enclosing class:
- FormObjetos
public static enum FormObjetos.Tipo
- extends java.lang.Enum<FormObjetos.Tipo>
Tipos de Objetos Definidos
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Tabela
public static final FormObjetos.Tipo Tabela
Processo
public static final FormObjetos.Tipo Processo
Tarefa
public static final FormObjetos.Tipo Tarefa
values
public static FormObjetos.Tipo[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (FormObjetos.Tipo c : FormObjetos.Tipo.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FormObjetos.Tipo valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
id
public int id()
getTipo
public FormObjetos.Tipo getTipo(int id)